home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr17 / hdcu099.zip / HDNCU.DOC next >
Text File  |  1993-05-01  |  2KB  |  57 lines

  1.  
  2.        The Handy-Dandy Number Conversion Utility -- Version 0.99beta
  3.        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5. 1.  What it Does
  6. ~~~~~~~~~~~~~~~~
  7. This is a little something I whipped up out of boredom over the Easter 1990
  8. weekend.  It's a handy utility that converts numbers as follows:
  9.  
  10.     1)  FROM DECIMAL to any number base
  11.     2)  FROM ANY number base to decimal
  12.  
  13. 3.  Operation
  14. ~~~~~~~~~~~~~
  15. Using HDNCU couldn't be easier.  Just run the program from the MS-DOS command
  16. line.  You'll be prompted from there.
  17.  
  18. 4.  Legal Crap
  19. ~~~~~~~~~~~~~~
  20. This version of HDNCU is released into the public domain.  Therefore, the
  21. usual public domain legalese applies to this version and all files within
  22. the distribution archive.  In other words:
  23.  
  24.     A.  The program is only guaranteed to take up space on your hard disk
  25.         drive;
  26.  
  27.     B.  If you break it, then you own both pieces; and
  28.  
  29.     C.  If your lawyer wants to get ahold of me, I died 6 months ago.
  30.  
  31. If you'd like a fully supported version of HDNCU (which won't contain the
  32. "register me" commercial), send $10 (or $5.00 and a 360k diskette) to:
  33.  
  34.                 Polar Bear Heaven Software
  35.                 c/o Box 568
  36.                 CHURCHILL, Manitoba
  37.                 Canada  R0B 0E0
  38.  
  39. 5.  Acknowledgements
  40. ~~~~~~~~~~~~~~~~~~~~
  41. HDNCU was programmed using QuickBASIC Version 4.5 (c) MicroSoft Corporation.
  42. Many of the number crunching and screen functions come from the Advanced
  43. BASIC Function Library (ADVBAS) Version 99B (c) Thoms G. Hanlin III.  If
  44. you're into programming with QuickBASIC, I highly recommend ADVBAS as a
  45. real powerful, full-featured functions library.
  46.  
  47. Special thanks to Frank Cox for all high support and advice over the past
  48. number of years.  Frank help straighten out many miles of spagetti code I
  49. had written, and has been patient when I wasn't.
  50.  
  51. 6.  Revision History
  52. ~~~~~~~~~~~~~~~~~~~~
  53. 0.99b (14/04/90)  Original shareware release. Not fully functional (e.g.
  54.                   only recognizes numbers, so don't try to convert AE hex).
  55.                   The registered version will have this fixed.
  56.  
  57.